home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
rain_for.swf
/
scripts
/
DefineSprite_1037_mcMenu
/
frame_98
/
DoAction.as
Wrap
Text File
|
2010-04-12
|
584b
|
23 lines
stop();
switch(this.nLevel)
{
case 1:
scoreboard.coin0._visible = true;
scoreboard.coin0.gotoAndStop("getting");
mcEndVO1.play();
currentlyPlaying = mcEndVO1;
break;
case 2:
scoreboard.coin1._visible = true;
scoreboard.coin1.gotoAndStop("getting");
scoreboard.coin0.a.play();
mcEndVO2.play();
currentlyPlaying = mcEndVO2;
break;
case 3:
scoreboard.coin1.a.play();
scoreboard.coin0.a.play();
scoreboard.coin2.gotoAndStop("getting");
}
_global.mcRoot.oMain.startLevel();